EMT Practice Test

1. Question Content...


Question List

Question1: You are creating the group structure of a new application.
Which three best practices apply? (Choose three.)

Question2: During a sprint retrospective meeting, you need to get the team thinking about the outcomes of the last sprint.
Which two basic questions should you ask? (Choose two.)

Question3: You have been asked to produce a Tempo report, with the following requirements:
The report should display in Appian.
The data is held in a business database, but performance in Appian is a key requirement.
Which three actions can you take to minimize the performance impact of your report? (Choose three.)

Question4: More than one user is editing the same record in database.
With XSD, how do you avoid the collision of data from Application? (Choose the best answer.)

Question5: Using a View, you pull a report on different employee transactions. You receive the following error:
"a!queryEntity: An error occurred while retrieving the data."
What is the most likely root cause? (Choose the best answer.)

Question6: You want to approve or reject an incoming deployment.
Which three roles allow you to do so? (Choose three.)

Question7: You are about to deploy a package to another environment.
Which two statements are true? (Choose two.)

Question8: You are creating a table to store book information for a library. The boot has a reference number (ISBN_ID), as well as a unique identifier (BOOK_ID).
For the CDT to be created, which data type should you choose for the BOOK_ID? (Choose the best answer.)

Question9: You are tasked with configuring a process model to store the result of an expression rule for every item in a list.
Which process model design has the lowest memory footprint?

Question10: An organization has decided to integrate with a third-party to scan incoming documents and capture the details in a table called [appian].[document]. Each document will form a new case in Appian to be displayed on a Record List.
The record needs to show data from both [appian].[document] and [appian].[caseData], which holds additional case information.
What is the most efficient way to achieve this?

Question11: You need to create a plug-in to perform a job in the background. The plug-in should not be available under an expression rule, connected system, or the process model.
What type of plug-in should you create? (Choose the best answer.)

Question12: You need to insert the deleted row of a table into a history table for audit purposes.
What is the most efficient method to achieve this?

Question13: You are creating an expression rule that will be reused throughout your environment.
What are two benefits of including meaningful test cases when creating a new expression rule? (Choose two.)

Question14: Which user role should be used to allow external systems to invoke Appian web APIs?

Question15: You are troubleshooting slow response times on a SAIL interface.
What are two potential causes of the performance issues? (Choose two.)

Question16: When looking at the process model metrics for your application, you see that one of your process models has a low completion rate of 10%.
What are two potential causes of this? (Choose two.)

Question17: You are using pie charts.
What is correct representation of Appian best practices? (Choose the best answer.)

Question18: Which two statements are true for importing Appian applications? (Choose two.)

Question19: You are reviewing a recent Health Check report and notice that a process model has high memory consumption.
What are three possible reasons for this? (Choose three.)

Question20: You need to show joined data from 5 tables. Each table contains a large number of rows and could generate a large result set after executing the Joins.
The business is not expecting live data, and a 2-hour refresh is acceptable. Performance is a top priority.
What should you use? (Choose the best answer.)

Question21: Your organization is considering options for integrating with external systems from within Appian.
Which Appian object is designed to allow you to share base URL and authentication details across multiple integrations? (Choose the best answer.)

Question22: You are analyzing a poorly-performing process model.
You find that the process model in question has a lot of nodes and is mainly used to do background updates.
Which two things can be done to increase its performance? (Choose two.)

Question23: You are required to display information for pending tasks for each individual in an application. There will be tasks for a single specific application.
Which context type should you choose for the Task Report Type?

Question24: HOTSPOT
Match each of the business data concepts to an Appian data type. Each data type may be used once, more than once, or not at all.

Question25: Users are reporting that their application is slow to load customer records with many transactions.
Using performance monitoring tools, you find that the following interface definition is responsible for the vast majority of page load time:

You also notice that both queries (rule!APP_GetTransactionsWithFilters and rule!APP_GetTransactionTypeWithFilters) take about 25 milliseconds each to execute when you test them using expression editor.
Which change would decrease the load time of this interface component the most? (Choose the best answer.)

Question26: The IT stakeholder wants to understand which processes have the highest footprint.
What are the two places to get information on process model memory usage? (Choose two.)

Question27: During the design review, you identified slow-operating expression rules querying a specific data store.
Which metric from the data_store_details.csv file will help you understand the "number of operations against data store?" (Choose the best answer.)

Question28: As a developer, you have created a Web API.
To execute the API, what is the minimum privilege the end user should have? (Choose the best answer.)

Question29: Which two statements about the a!queryEntity() function are true? (Choose two.)

Question30: There is a need to relate two entities in the data structure: Employee and Skill.
Employees can have multiple skills, and a single skill can relate to multiple employees.
What kind of relationship would these entities have, and what is the minimum number of tables required to implement the design, according to Appian best practices? (Choose the best answer.)

Question31: You are on a project where the goal is to use Appian Sites to create and edit invoices issued to customers.
This process model is being used as a related action, to edit an Invoice. You have already created a record for invoices.
Review the following image:

Which two suggestions regarding this process are valid? (Choose two.)

Question32: You are investigating a slow-performing query entity which is mapped to a view and you decide to look in the data_store_details.csv log to gain more information. You see that the majority of the time is spent in the transform phase.
Which two actions can you take to reduce the time spent in the transform phase? (Choose two.)

Question33: A user is uploading a document in the Appian environment and wants to restrict the uploading of documents without extensions.
How can this be done at the environment level?

Question34: Your table contains several indexes.
Which two statements regarding indexes are correct? (Choose two.)

Question35: What are three things you can do to improve the memory usage of a process model? (Choose three.)

Question36: Your organization requires a process to be initiated via an Appian web API.
Which HTTP request methods should the API use?

Question37: In the next year, you expect the number of concurrent active users of your application to increase from approximately 50 to 500.
Which two recommendations for your Appian environment would address the performance risk of this large increase in users? (Choose two.)

Question38: You need to find a list of expression rules that are causing performance issues, or have caused performance issues in the last 30 days.
What should you do?

Question39: A lead designer receives this requirement:
Every time a record is modified, the data changed must be stored for audit.
Which design is the most efficient and has the least impact on the Appian application? (Choose the best answer.)